home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 4: Multimedia Applications / MacCube Volume 4: Multimedia Applications.iso / Graphics / Sparkle241 folder / (Docs) / About the extra programs next >
Text File  |  1994-11-30  |  3KB  |  59 lines

  1. MPEG2Decoder:
  2. ------------
  3.  
  4. This program will allow you to view MPEG2 files which Sparkle does not yet support.
  5. Use it on files with a .m2v suffix (the DOS/UNIX apparent standard for MPEG2 files) or
  6. if Sparkle tells you it can't deal with a file because it's an MPEG2 file.
  7. This program is very slow---especially at startup. To make you see that something is
  8. happening, I display a running printout of what the code's doing in a console window. 
  9. You can ignore this window except that it assures you something is happening.
  10.  
  11. If you get bored, ypu can quit by hitting command-.
  12.  
  13. Version 1.1 of this program supports saving the MPEG2 file to a QT movie.
  14. On startup it will ask you for the name ofthe QT movie to be saved. 
  15. If you don't want a QT movie, hit cancel. Otherwise a dialog will come up 
  16. allowing you to select QT compression options. If you now decide you want to 
  17. cancel, do so, otherwise select your options and hit OK.
  18.  
  19. Version 1.1 also now does major memory allocation in temp mem and should run with
  20. a much smaller partition.
  21.  
  22. This program is based on code from Chad Fogg and the MPEG Software Simulation Group,
  23. with mac wrapper added by me.
  24.  
  25. -----------------------------------------------------------------------------------
  26.  
  27. MPEGSplit:
  28. ---------
  29.  
  30. This program will allow you to split a muxed MPEG file into separate video and 
  31. audio streams. Sparkle will display the video stream and MAPlay should handle the 
  32. audio stream. 
  33.  
  34. When the program starts up, it will, after asking for the MPEG file to be split,
  35. ask you to choose  adirectory in which to save the split pieces. It will then create
  36. a bunch of files in that directory, based on the name of the being-split-file.
  37. The files are named:
  38.      reserved stream:     *.res                                                         
  39.      private_stream_1:     *.pr1                                                             
  40.     private_stream_2:     *.pr2                                                             
  41.     audio_stream:         *.a00 - *.a31                                                     
  42.     video_stream:          *.v00 - *.v15                                                     
  43.     reserved_data_stream:*.r00 - *.r15                                                     
  44. where * represents the name of the being-split file. 
  45. Most of these, except for the audio and video streams, you can throw away (if they
  46. are even present.) Also chances are that your file will only have one audio and 
  47. video stream---though it can have more, that's not yet common.
  48.  
  49. Now, this is VERY IMPORTANT. These files will be created in the folder you 
  50. select WITHOUT ERROR CHECKING. In particular, if you have old files in that folder
  51. with the same name, those old files will be replaced without warning. This won't 
  52. usually be a problem because these are not very macish names, but could, I guess,
  53. be a problem if you name every MPEG file you download a.MPG or suchlike.
  54.  
  55. If you get bored, ypu can quit by hitting command-.
  56.  
  57. This program is based on code by Rainer Menes with a mac wrapper added by me.
  58. -----------------------------------------------------------------------------------
  59.